ResourceSerializationSettingsResourceFormat Property |
Gets or sets a value that indicates the format that the resource should be serialized in
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ResourceSerializationHandling ResourceFormat { get; set; }
Public Property ResourceFormat As ResourceSerializationHandling
Get
Set
public:
property ResourceSerializationHandling ResourceFormat {
ResourceSerializationHandling get ();
void set (ResourceSerializationHandling value);
}
Property Value
Type:
ResourceSerializationHandling
See Also