共用方式為


Value 屬性

Gets or sets the value.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
A String representing the value.