In This Topic

Guid Property (Annotation)

In This Topic
Specifies the annotation unique identifier.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the annotation unique identifier")>
Public ReadOnly Property Guid As String
[Description("Specifies the annotation unique identifier")]
public string Guid {get;}
public read-only property Guid: String; 
DescriptionAttribute("Specifies the annotation unique identifier")
public function get Guid : String
[Description("Specifies the annotation unique identifier")]
public: __property string* get_Guid();
[Description("Specifies the annotation unique identifier")]
public:
property String^ Guid {
   String^ get();
}
See Also