MetadataStructureValidatorTryGetPropertyDef Method

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected static bool TryGetPropertyDef(
	Vault vault,
	int propertyDefId,
	out PropertyDef propDef
)

Parameters

vault  Vault
 
propertyDefId  Int32
 
propDef  PropertyDef
 

Return Value

Boolean

See Also