DomainModel.DomainMemberInfo.Id Property
Gets the ID of the property.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
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 of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.