Template.CustomDataSignature 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.
Gets the signature for any metadata associated with the template.
public:
property System::String ^ CustomDataSignature { System::String ^ get(); };
public:
property Platform::String ^ CustomDataSignature { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(50)]
public string CustomDataSignature { [System.Runtime.InteropServices.DispId(50)] get; }
[<System.Runtime.InteropServices.DispId(50)>]
[<get: System.Runtime.InteropServices.DispId(50)>]
member this.CustomDataSignature : string
Public ReadOnly Property CustomDataSignature As String
Property Value
A string representing the metadata signature.
- Attributes