XdsObjects Help file
XdsObjects Namespace / XdsQueryRequest Class / Id Property



In This Topic
    Id Property (XdsQueryRequest)
    In This Topic
    GUID ID of the object for working with Entity Framework
    Syntax
    Public Property Id As Guid
    Dim instance As XdsQueryRequest
    Dim value As Guid
     
    instance.Id = value
     
    value = instance.Id
    public Guid Id {get; set;}
    public:
    property Guid Id {
       Guid get();
       void set (    Guid value);
    }
    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