Свойство BusinessRule.Description
Gets or sets the description of the business rule.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property Description As String
Get
Set
'Применение
Dim instance As BusinessRule
Dim value As String
value = instance.Description
instance.Description = value
[DataMemberAttribute]
public string Description { get; set; }
[DataMemberAttribute]
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Значение свойства
Тип: System.String
A String representing the description.