Share via


Template.CustomDataSignature Property

Gets the signature for any metadata associated with the template.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property CustomDataSignature As String
'Usage
Dim instance As Template 
Dim value As String 

value = instance.CustomDataSignature
string CustomDataSignature { get; }
property String^ CustomDataSignature {
    String^ get ();
}
function get CustomDataSignature () : String

Property Value

Type: System.String
A string representing the metadata signature.

.NET Framework Security

See Also

Reference

Template Interface

Template Members

EnvDTE90 Namespace