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