Activity.QualifiedName 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 the qualified name of the activity. Qualified activity names are always unique in a workflow instance.
public:
property System::String ^ QualifiedName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string QualifiedName { get; }
[<System.ComponentModel.Browsable(false)>]
member this.QualifiedName : string
Public ReadOnly Property QualifiedName As String
Property Value
The qualified name of the instance.
- Attributes
Remarks
The qualified name is the name of this instance with the name of the custom activity that contains this instance appended to the front.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.