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 XmlInteractiveActivity
Dim value As ReferencePropertiesType
value = instance.ReferenceProperties
instance.ReferenceProperties = value
|
Syntax
Visual Basic |
<ValidationOptionAttribute(ValidationOption.Optional)> _
<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")> _
<BrowsableAttribute(True)> _
Public Property ReferenceProperties As ReferencePropertiesType
|
C# |
[ValidationOptionAttribute(ValidationOption.Optional)]
[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")]
[BrowsableAttribute(true)]
public ReferencePropertiesType ReferenceProperties { get; set; }
|
C++ |
[ValidationOptionAttribute(ValidationOption::Optional)]
[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")]
[BrowsableAttribute(true)]
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