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