Represents a FIM Resource.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType

Syntax

Visual Basic
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class ResourceType
C#
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class ResourceType
C++
[SerializableAttribute] 
[DefaultMemberAttribute(L"Item")] 
public ref class ResourceType
J#
/** @attribute SerializableAttribute() */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public class ResourceType
JScript
SerializableAttribute 
DefaultMemberAttribute("Item") 
public class ResourceType

Remarks

You can use this type to access the FIM Resource that is retrieved by the ReadResourceActivity activity or the EnumerateResourcesActivity activity.


Inheritance Hierarchy

System.Object
  Microsoft.ResourceManagement.WebServices.WSResourceManagement.ResourceType
     Microsoft.ResourceManagement.WebServices.WSResourceManagement.ApprovalType
     Microsoft.ResourceManagement.WebServices.WSResourceManagement.RequestType
     Microsoft.ResourceManagement.WebServices.WSResourceManagement.WorkflowInstanceResource

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