Proprietà Name
Gets or sets the name of the business rule action group.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Name As String
Get
Set
'Utilizzo
Dim instance As BRActionGroup
Dim value As String
value = instance.Name
instance.Name = value
[DataMemberAttribute]
public string Name { get; set; }
[DataMemberAttribute]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String representing the name of the business rule action group.