ValuesAttribute Constructor
IT Hit WebDAV Classes Reference
Creates instance of this class.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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 -> ValuesAttribute
Parameters
- strVal
- Type: SystemString
String ExtendibleEnum value. - intVal
- Type: SystemInt32
Integer ExtendibleEnum value.
See Also