共用方式為


BRFreeformArgument.Value 屬性

Gets or sets the value.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property Value As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String
The value.

請參閱

參考

BRFreeformArgument 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間