FieldDefinition.Type Property
Required. Gets or sets the type of the connection field definition.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string Type { get; set; }
public:
property String^ Type {
String^ get();
void set(String^ value);
}
member Type : string with get, set
Public Property Type As String
Property Value
Type: System.String
See Also
FieldDefinition Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top