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.Collab
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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