This topic has not yet been rated - Rate this topic

StateProperty Constructor (Overloaded)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Initializes a new instance of the StateProperty class.

Overload List

OverloadDescription
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.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.