'Declaration
<IgnoreDataMemberAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Property Prefix As String
'Usage
Dim instance As ResourceDescriptor Dim value As String instance.Prefix = value value = instance.Prefix
[IgnoreDataMember()] [JetBrains.Annotations.NotNull()] public string Prefix {get; set;}
[IgnoreDataMember()] [JetBrains.Annotations.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).