IRawPropertyRawValue Property
IT Hit WebDAV Classes Reference
Gets or sets raw property value. This is an escaped property value.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string 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:
StringRemarks Provides access to raw, escaped property value.
See Also