Partager via


SupportedPlatformAttribute.PlatformIds Property

 

Gets the list of platform identifiers.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public IList<int> PlatformIds { get; }
public:
property IList<int>^ PlatformIds {
    IList<int>^ get();
}
Public ReadOnly Property PlatformIds As IList(Of Integer)

Property Value

Type: System.Collections.Generic.IList<Int32>

An System.Collections.Generic.IList<T> of type Int32.

See Also

SupportedPlatformAttribute Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top