Condividi tramite


SetNewSelectionCommand.UniqueNodeTypes Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.ManagementConsole.Internal
Assembly:  MMCFxCommon (in MMCFxCommon.dll)

Syntax

'Declaration
Public Property UniqueNodeTypes As Guid()
    Get
    Set
'Usage
Dim instance As SetNewSelectionCommand
Dim value As Guid()

value = instance.UniqueNodeTypes

instance.UniqueNodeTypes = value
public Guid[] UniqueNodeTypes { get; set; }
public:
property array<Guid>^ UniqueNodeTypes {
    array<Guid>^ get ();
    void set (array<Guid>^ value);
}
function get UniqueNodeTypes () : Guid[]
function set UniqueNodeTypes (value : Guid[])
member UniqueNodeTypes : Guid[] with get, set

Property Value

Type: array<System.Guid[]

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0

See Also

Reference

SetNewSelectionCommand Class

SetNewSelectionCommand Members

Microsoft.ManagementConsole.Internal Namespace