Share via


CrmTypes.CreateStringProperty Method

banner art

Creates an instance of a String attribute.

Syntax

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

[C#]
public static StringProperty CreateStringProperty(
  string  name,
  string  value
);

[JScript]
public static function CreateStringProperty(
  name : String,
  value : String
) : StringProperty;

Parameters

name

Specifies the name of the attribute.

value

Specifies the value of the attribute.

Return Value

Returns a StringProperty type.

See Also

© 2007 Microsoft Corporation. All rights reserved.