'Declaration
<IgnoreDataMemberAttribute()> Public Property Authority As String
'Usage
Dim instance As ResourceDescriptor Dim value As String instance.Authority = value value = instance.Authority
[IgnoreDataMember()] public string Authority {get; set;}
[IgnoreDataMember()] public: property String^ Authority { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.