Condividi tramite


DomainObjectIdAttribute.Id Property

Gets the ID for the domain object.

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

Syntax

'Dichiarazione
Public ReadOnly Property Id As Guid
    Get
public Guid Id { get; }
public:
property Guid Id {
    Guid get ();
}
member Id : Guid
function get Id () : Guid

Property Value

Type: System.Guid
The ID for the domain object.

.NET Framework Security

See Also

Reference

DomainObjectIdAttribute Class

Microsoft.VisualStudio.Modeling Namespace