GUID identifier value (Globally Unique Identifier), expressed as a string.
Syntax
'Declaration
<JetBrains.Annotations.NotNullAttribute()>
Property GuidIdentifierString As String
'Usage
Dim instance As _UANodeId
Dim value As String
instance.GuidIdentifierString = value
value = instance.GuidIdentifierString
[JetBrains.Annotations.NotNull()]
string GuidIdentifierString {get; set;}
[JetBrains.Annotations.NotNull()]
property String^ GuidIdentifierString {
String^ get();
void set ( String^ value);
}
Property Value
The value of this property can be null (Nothing in Visual Basic).
The value of this property cannot be null (Nothing in Visual Basic).
The default value of this property is "" (String.Empty).
Exceptions
| Exception | Description |
| System.FormatException | The format of an argument is invalid, or a composite format string is not well-formed. |
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also