Class UserDefinedTypeInfo
Description of an existing User Defined Type
public class UserDefinedTypeInfo
- Inheritance
-
UserDefinedTypeInfo
- Inherited Members
Properties
APISupport
Information regarding API support for this Type
[JsonPropertyName("apiSupport")]
public TypeAPISupportInfo APISupport { get; set; }
Property Value
Definition
List of fields for this User Defined Type
[JsonPropertyName("definition")]
public TypeDefinitionInfo Definition { get; set; }
Property Value
Name
Name
[JsonPropertyName("udtName")]
public string Name { get; set; }
Property Value
Type
The type
[JsonPropertyName("type")]
public string Type { get; set; }