ModelMembersGetResponse Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ModelMembersGetResponse class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ModelMembersGetResponse() | Initializes a new instance of the ModelMembersGetResponse class that has default values. | |
ModelMembersGetResponse(Collection<EntityMembers>, OperationResult) | Initializes a new instance of the ModelMembersGetResponse class that has the specified model members to get and the operation result. |
Top