SupportedPlatformAttribute Constructor (Int32[])
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