Aracılığıyla paylaş


ExpressionBuilder.Type Özellik

Tanım

İfade türünü belirten bir dize alır veya ayarlar.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Type : string with get, set
Public Property Type As String

Özellik Değeri

String

İfade türünü belirten bir dize.

Öznitelikler

Açıklamalar

ifadesi Type , ifadenin değerini belirlemek için kullanılan nesnenin türünü belirtir. Tür, yapılandırma içinde bir bölüm veya özel bir sınıf belirtebilir.

Şunlara uygulanır