Link.Id Property
Gets or sets the global identifier of the link. This value allows external callers to identify this object.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public Guid Id { get; }
public:
property Guid Id {
Guid get();
}
Public ReadOnly Property Id As Guid
Property Value
Type: System.Guid
A System.Guid.
See Also
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top