XamlTaskFactory.TaskNamespace Property

Definition

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

Applies to