Template.CustomData Property

Definition

Gets any metadata associated with the template.

public:
 property System::String ^ CustomData { System::String ^ get(); };
public:
 property Platform::String ^ CustomData { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(60)]
public string CustomData { [System.Runtime.InteropServices.DispId(60)] get; }
[<System.Runtime.InteropServices.DispId(60)>]
[<get: System.Runtime.InteropServices.DispId(60)>]
member this.CustomData : string
Public ReadOnly Property CustomData As String

Property Value

A string representing the template's metadata.

Attributes

Applies to