Text 属性
Gets or sets the text describing the business rule item.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Text As String
Get
Set
用法
Dim instance As BRItem
Dim value As String
value = instance.Text
instance.Text = value
[DataMemberAttribute]
public string Text { get; set; }
[DataMemberAttribute]
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Text : string with get, set
function get Text () : String
function set Text (value : String)
属性值
类型:System. . :: . .String
A string representing the descriptive text.