MFStructureReferenceAttributeRestrictReferenceTypes Property |
Collection of reference types that are not allowed.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic MFStructureReferenceAttributeMFStructureReferenceType[] RestrictReferenceTypes { get; set; }
Public Property RestrictReferenceTypes As MFStructureReferenceAttributeMFStructureReferenceType()
Get
Set
public:
property array<MFStructureReferenceAttributeMFStructureReferenceType>^ RestrictReferenceTypes {
array<MFStructureReferenceAttributeMFStructureReferenceType>^ get ();
void set (array<MFStructureReferenceAttributeMFStructureReferenceType>^ value);
}
Property Value
Type:
MFStructureReferenceAttributeMFStructureReferenceType
See Also