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 PWResetActivity
Dim value As ReferencePropertiesType

value = instance.ReferenceProperties

instance.ReferenceProperties = value

Syntax

Visual Basic
<DescriptionAttribute("An array of serializable objects that represent the reference properties used for identifying the newly created resource in subsequent Get, Put, and Delete calls. This will be included in the WS-T Create Response sent back to the client.")> _
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property ReferenceProperties As ReferencePropertiesType
C#
[DescriptionAttribute("An array of serializable objects that represent the reference properties used for identifying the newly created resource in subsequent Get, Put, and Delete calls. This will be included in the WS-T Create Response sent back to the client.")] 
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] 
[CategoryAttribute("Parameters")] 
[ValidationOptionAttribute(ValidationOption.Optional)] 
public ReferencePropertiesType ReferenceProperties { get; set; }
C++
[DescriptionAttribute(L"An array of serializable objects that represent the reference properties used for identifying the newly created resource in subsequent Get, Put, and Delete calls. This will be included in the WS-T Create Response sent back to the client.")] 
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)] 
[CategoryAttribute(L"Parameters")] 
[ValidationOptionAttribute(ValidationOption::Optional)] 
public:
property ReferencePropertiesType^ ReferenceProperties {
		ReferencePropertiesType^ get ();
		void set (ReferencePropertiesType^ value);
}
J#
/** @property */
public ReferencePropertiesType get_ReferenceProperties ()

/** @property */
public void set_ReferenceProperties (ReferencePropertiesType value)
JScript
public function get ReferenceProperties () : ReferencePropertiesType

public function set ReferenceProperties (value : ReferencePropertiesType)

Property Value

Returns ReferencePropertiesType.

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