Share via


CrmTypes.CreateStateProperty Method

banner art

Creates an instance of a State attribute.

Syntax

[Visual Basic .NET]
Public Shared Function CreateStateProperty(
  ByVal name As String,
  ByVal value As String
) As StateProperty

[C#]
public static StateProperty CreateStateProperty(
  string  name,
  string  value
);

[JScript]
public static function CreateStateProperty(
  name : String,
  value : String
) : StateProperty;

Parameters

name

Specifies the name of the attribute.

value

Specifies the value of the attribute.

Return Value

Returns a StateProperty type.

See Also

© 2007 Microsoft Corporation. All rights reserved.