Click or drag to resize
IdmNetClientGetSchemaAsync Method
Get the Schema associated with a particular object type

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Task<Schema> GetSchemaAsync(
	string objectType
)

Parameters

objectType
Type: SystemString
Name of the object for which the schema should be retrieved

Return Value

Type: TaskSchema
A fully populated ObjectTypeDescription object, including bindings for attributes

Implements

IIdmNetClientGetSchemaAsync(String)
See Also