Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SupportedPlatformAttribute class with an array of platform identifiers.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public SupportedPlatformAttribute(
    params int[] platformIds
)
public:
SupportedPlatformAttribute(
    ... array<int>^ platformIds
)
Public Sub New (
    ParamArray platformIds As Integer()
)
Parameters
- platformIds 
 Type: System.Int32[]- An array of platform identifiers. 
Remarks
This constructor is not compliant with the common language specification (CLS).
See Also
SupportedPlatformAttribute Overload
SupportedPlatformAttribute Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top