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