SetUpdateVDCGraphRequestJsonSerialization Property
|
Namespace:
Aruba.Cloud.WsEndUser.Json
Assembly:
Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public string JsonSerialization { get; set; }<DataMemberAttribute>
Public Property JsonSerialization As String
Get
Set
public:
[DataMemberAttribute]
property String^ JsonSerialization {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute>]
member JsonSerialization : string with get, set
function get JsonSerialization () : String
function set JsonSerialization (value : String)
Property Value
Type:
String
See Also