'Declaration
<IgnoreDataMemberAttribute()> Public Property UserInfo As String
'Usage
Dim instance As ResourceDescriptor Dim value As String instance.UserInfo = value value = instance.UserInfo
[IgnoreDataMember()] public string UserInfo {get; set;}
[IgnoreDataMember()] public: property String^ UserInfo { 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
.