Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplate Class / GetDescription Method


In This Topic
    GetDescription Method (NTemplate)
    In This Topic
    Obtains a dynamic human readable description of the template
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetDescription() As System.String
    'Usage
     
    
    Dim instance As NTemplate
    Dim value As System.String
     
    value = instance.GetDescription()
    public abstract System.string GetDescription()

    Return Value

    template description
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also