XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / LogicalId Property



In This Topic
    LogicalId Property (XdsSubmissionSet)
    In This Topic
    To allow a collection of registry objects to be grouped together and be identified as versions of the same object, two new attributes are introduced: the Logical ID and the VersionInfo element. While all objects must have unique value for their id attribute to maintain their identity, all objects that are versions of the same logical object have the same logical id or lid attribute
    Syntax
    Public Property LogicalId As String
    Dim instance As XdsSubmissionSet
    Dim value As String
     
    instance.LogicalId = value
     
    value = instance.LogicalId
    public string LogicalId {get; set;}
    public:
    property String^ LogicalId {
       String^ get();
       void set (    String^ 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