IRawPropertyRawValue Property
IT Hit WebDAV Classes Reference
Gets or sets raw property value. This is an escaped property value.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring RawValue { get; set; }
Property RawValue As String
Get
Set
property String^ RawValue {
String^ get ();
void set (String^ value);
}
abstract RawValue : string with get, set
Property Value
Type:
String
RemarksProvides access to raw, escaped property value.
See Also