Propriété BRItem.Text
Gets or sets the text describing the business rule item.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Text As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string representing the descriptive text.