DebugSource.XamlDefinition 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.
Xaml definition for Workflow script or null.
public:
property System::String ^ XamlDefinition { System::String ^ get(); };
public:
property Platform::String ^ XamlDefinition { Platform::String ^ get(); };
public string XamlDefinition { get; }
member this.XamlDefinition : string
Public ReadOnly Property XamlDefinition As String