CreateResourceActivity.CreatedResourceId Property
Gets a Guid value that represents the ObjectID property of the resource that is created by the CreateResourceActivity.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As CreateResourceActivity
Dim value As Guid
value = instance.CreatedResourceId
instance.CreatedResourceId = value
Syntax
'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
<CategoryAttribute("Parameters")> _
<BrowsableAttribute(True)> _
Public Property CreatedResourceId As Guid
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[CategoryAttribute("Parameters")]
[BrowsableAttribute(true)]
public Guid CreatedResourceId { get; set; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[CategoryAttribute(L"Parameters")]
[BrowsableAttribute(true)]
public:
property Guid CreatedResourceId {
Guid get ();
void set (Guid value);
}
/** @property */
public Guid get_CreatedResourceId ()
/** @property */
public void set_CreatedResourceId (Guid value)
public function get CreatedResourceId () : Guid
public function set CreatedResourceId (value : Guid)
Property Value
A Guid value that represents the ObjectID property of a resource.
Remarks
You cannot use this property to set the ObjectID property of the Resource to create; you can use the property only to read the ObjectID property of the resource after it is created.
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
CreateResourceActivity Class
CreateResourceActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
CreateResourceActivity