FieldDefinition.IsOptional Propriedade
Opcional. Obtém ou define o sinalizador é opcional da definição de campo de conexão.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.Boolean
Consulte também
Classe FieldDefinition
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo