In This Topic
The Name of the UID
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As UID
Dim value As String
value = instance.Name
public string Name {get;}
public:
property String^ Name {
String^ get();
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also