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