ConstructionEnabledAttribute.Default Propriedade
Definição
Obtém ou define um valor padrão para a cadeia de caracteres do construtor.Gets or sets a default value for the constructor string.
public:
property System::String ^ Default { System::String ^ get(); void set(System::String ^ value); };
public string Default { get; set; }
member this.Default : string with get, set
Public Property Default As String
Valor da propriedade
O valor a ser usado para a cadeia de caracteres do construtor sem parâmetros.The value to be used for the parameterless constructor string. O padrão é uma cadeia de caracteres vazia ("").The default is an empty string ("").