IIdmNetClientGetSchemaAsync Method |
Get the Schema associated with a particular object type
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
SyntaxTask<Schema> GetSchemaAsync(
string objectType
)
Function GetSchemaAsync (
objectType As String
) As Task(Of Schema)
Task<Schema^>^ GetSchemaAsync(
String^ objectType
)
abstract GetSchemaAsync :
objectType : string -> Task<Schema>
Parameters
- objectType
- Type: SystemString
Name of the object for which the schema should be retrieved
Return Value
Type:
TaskSchemaA fully populated ObjectTypeDescription object, including bindings for attributes
See Also