BuildProperty.Condition 属性
定义
获取或设置属性的 Condition 特性值。Gets or sets the Condition attribute value of the property.
public:
property System::String ^ Condition { System::String ^ get(); void set(System::String ^ value); };
public string Condition { get; set; }
member this.Condition : string with get, set
Public Property Condition As String
属性值
属性的 Condition 特性值。The Condition attribute value of the property.