Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NStateObject Class / SnapshotGuid Property


In This Topic
    SnapshotGuid Property
    In This Topic
    Gets / sets a guid that uniquely identifies a specific image snapshot of the web control.
    Syntax
    'Declaration
     
    
    Public Property SnapshotGuid As System.Guid
    'Usage
     
    
    Dim instance As NStateObject
    Dim value As System.Guid
     
    instance.SnapshotGuid = value
     
    value = instance.SnapshotGuid
    public System.Guid SnapshotGuid {get; set;}
    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