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