DomainObjectIdAttribute.Id Property

Gets the ID for the domain object.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property Id As Guid
'使用
Dim instance As DomainObjectIdAttribute
Dim value As Guid

value = instance.Id
public Guid Id { get; }
public:
property Guid Id {
    Guid get ();
}
public function get Id () : Guid

Property Value

Type: System.Guid

The ID for the domain object.

Permissions

See Also

Reference

DomainObjectIdAttribute Class

DomainObjectIdAttribute Members

Microsoft.VisualStudio.Modeling Namespace