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.
Gets the out parameters of the method.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimReadOnlyKeyedCollection<CimMethodParameter> OutParameters { get; }
public:
property CimReadOnlyKeyedCollection<CimMethodParameter^>^ OutParameters {
CimReadOnlyKeyedCollection<CimMethodParameter^>^ get();
}
member OutParameters : CimReadOnlyKeyedCollection<CimMethodParameter> with get
Public ReadOnly Property OutParameters As CimReadOnlyKeyedCollection(Of CimMethodParameter)
Property Value
Type: Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<CimMethodParameter>
A read-only collection of out parameters.
See Also
CimMethodResult Class
Microsoft.Management.Infrastructure Namespace
Return to top