IdmNetClientGetSchemaAsync Method |
Get the Schema associated with a particular object type
Namespace: IdmNetAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Task<Schema> GetSchemaAsync(
string objectType
)
Public Function GetSchemaAsync (
objectType As String
) As Task(Of Schema)
public:
virtual Task<Schema^>^ GetSchemaAsync(
String^ objectType
) sealed
abstract GetSchemaAsync :
objectType : string -> Task<Schema>
override 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
Implements
IIdmNetClientGetSchemaAsync(String)
See Also