XamlTaskFactory.TaskNamespace 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.
The namespace of the task pulled from the XAML.
public:
property System::String ^ TaskNamespace { System::String ^ get(); };
public string TaskNamespace { get; }
public string TaskNamespace { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.TaskNamespace : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TaskNamespace : string
Public ReadOnly Property TaskNamespace As String
Property Value
The namespace of the task.
- Attributes