ParameterFirstValue Property
IT Hit WebDAV Classes Reference
Returns first value in values list or null if the the array is empty or null.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic string FirstValue { get; }
Public ReadOnly Property FirstValue As String
Get
public:
property String^ FirstValue {
String^ get ();
}
member FirstValue : string with get
Property Value
Type:
String
See Also