ValuesAttribute Constructor 
IT Hit WebDAV Classes Reference 
            Creates instance of this class.
            
 
    Namespace: 
   ITHit.Collab
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntaxpublic ValuesAttribute(
	string strVal,
	int intVal
)
Public Sub New ( 
	strVal As String,
	intVal As Integer
)
public:
ValuesAttribute(
	String^ strVal, 
	int intVal
)
new : 
        strVal : string * 
        intVal : int -> ValuesAttributeParameters
- strVal
 - Type: SystemString
String ExtendibleEnum value. - intVal
 - Type: SystemInt32
Integer ExtendibleEnum value. 
See Also