SchemaBuilder.SetApplicationGUID
Method
Description:
Sets the GUID of the application or add-in that may access entities of this Schema under the Application acess level.
Sets the GUID of the application or add-in that may access entities of this Schema under the Application acess level.
Parameters
Parameter | Type | Description |
---|---|---|
applicationGUID | Guid | The application id. |
Return Value
Type | Description |
---|---|
SchemaBuilder | The SchemaBuilder object may be used to add more settings. |
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The SchemaBuilder has already finished building the Schema. |