Propriedade do RDL Value
Gets or sets a string representing the business rule freeform argument.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Value As String
Get
Set
'Uso
Dim instance As BRFreeformArgument
Dim value As String
value = instance.Value
instance.Value = value
[DataMemberAttribute]
public string Value { get; set; }
[DataMemberAttribute]
public:
property String^ Value {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Value : string with get, set
function get Value () : String
function set Value (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String representing the argument.