'Declaration
<CanBeNullAttribute()> Public Property FolderAttribute As DAFolderAttribute
'Usage
Dim instance As DAMemberMappingDefinition Dim value As DAFolderAttribute instance.FolderAttribute = value value = instance.FolderAttribute
[CanBeNull()] public DAFolderAttribute FolderAttribute {get; set;}
[CanBeNull()] public: property DAFolderAttribute^ FolderAttribute { DAFolderAttribute^ get(); void set ( DAFolderAttribute^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).