ActivityChangeAction.OwnerActivityDottedPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the OwnerActivityDottedPath of the CompositeActivity associated with this instance.
public:
property System::String ^ OwnerActivityDottedPath { System::String ^ get(); };
public string OwnerActivityDottedPath { get; }
member this.OwnerActivityDottedPath : string
Public ReadOnly Property OwnerActivityDottedPath As String
Property Value
The OwnerActivityDottedPath of the CompositeActivity associated with this instance.
Remarks
This manipulates the OwnerActivityDottedPath member of the associated CompositeActivity. Therefore, trying to set this without first initializing the associated CompositeActivity will cause an exception to be thrown.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.