PWResetActivity.ReferenceProperties Property
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
'Usage
Dim instance As PWResetActivity
Dim value As ReferencePropertiesType
value = instance.ReferenceProperties
instance.ReferenceProperties = value
Syntax
'Declaration
<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.")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public Property ReferenceProperties As ReferencePropertiesType
[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.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[CategoryAttribute("Parameters")]
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(false)]
public ReferencePropertiesType ReferenceProperties { get; set; }
[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.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[CategoryAttribute(L"Parameters")]
[ValidationOptionAttribute(ValidationOption::Optional)]
[BrowsableAttribute(false)]
public:
property ReferencePropertiesType^ ReferenceProperties {
ReferencePropertiesType^ get ();
void set (ReferencePropertiesType^ value);
}
/** @property */
public ReferencePropertiesType get_ReferenceProperties ()
/** @property */
public void set_ReferenceProperties (ReferencePropertiesType value)
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
PWResetActivity Class
PWResetActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace