This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResolveGrammarActivity
Dim value As String

value = instance.GrammarExpression

instance.GrammarExpression = value

Syntax

Visual Basic
Public Property GrammarExpression As String
C#
public string GrammarExpression { get; set; }
C++
public:
property String^ GrammarExpression {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_GrammarExpression ()

/** @property */
public void set_GrammarExpression (String value)
JScript
public function get GrammarExpression () : String

public function set GrammarExpression (value : String)

Property Value

A String value that represents an expression that defines the grammar.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also