Identifies the FilterScope resource that will be used by the activity to validate a group or set filter attribute. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As FilterValidationActivity
Dim value As Guid

value = instance.FilterScopeIdentifier

instance.FilterScopeIdentifier = value

Syntax

Visual Basic
Public Property FilterScopeIdentifier As Guid
C#
public Guid FilterScopeIdentifier { get; set; }
C++
public:
property Guid FilterScopeIdentifier {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
public Guid get_FilterScopeIdentifier ()

/** @property */
public void set_FilterScopeIdentifier (Guid value)
JScript
public function get FilterScopeIdentifier () : Guid

public function set FilterScopeIdentifier (value : Guid)

Property Value

Returns Guid.

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