'Declaration
<IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Shadows Property Scheme As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.Scheme = value value = instance.Scheme
[IgnoreDataMember()] [XmlIgnore()] public new string Scheme {get; set;}
[IgnoreDataMember()] [XmlIgnore()] public: new property String^ Scheme { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).