'Declaration
<IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Property StandardName As String
'Usage
Dim instance As DAAccessRight Dim value As String instance.StandardName = value value = instance.StandardName
[IgnoreDataMember()] [XmlIgnore()] public string StandardName {get; set;}
[IgnoreDataMember()] [XmlIgnore()] public: property String^ StandardName { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "None"
.