StateProperty Constructor (Overloaded)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Initializes a new instance of the StateProperty class.
Overload List
| Overload | Description |
| StateProperty Constructor () | Initializes a new instance of the StateProperty class. |
| StateProperty Constructor (String, String) | Initializes a new instance of the StateProperty class setting the name and value. |
See Also
Reference
StateProperty Constructor ()
Initializes a new instance of the StateProperty class.
Syntax
[Visual Basic .NET] Public Sub StateProperty()
[C#] public StateProperty();
Parameters
This method takes no parameters.
See Also
Reference
StateProperty Constructor (String, String)
Initializes a new instance of the StateProperty class setting the name and value.
Syntax
[Visual Basic .NET] Public Sub StateProperty( ByVal name As String, ByVal value As String )
[C#] public StateProperty( string name, string value );
Parameters
name
Specifies the logical name of the attribute.
value
Specifies the value of the state.
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.

