DomainObjectIdAttribute(String) Constructor

Definition

Initializes a new instance of DomainObjectIdAttribute class.

public:
 DomainObjectIdAttribute(System::String ^ id);
public DomainObjectIdAttribute (string id);
new Microsoft.VisualStudio.Modeling.DomainObjectIdAttribute : string -> Microsoft.VisualStudio.Modeling.DomainObjectIdAttribute
Public Sub New (id As String)

Parameters

id
String

The GUID identifier for the domain object

Exceptions

Applies to