| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Name As String | |
| C# | |
|---|---|
public string Name {get;} | |
Return Value
Represents the name of the unique identifier.For an example, refer to DicomUidTable.Reset.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code