次の方法で共有


IVMVirtualNetwork::Security property

The Security property contains the IVMSecurity object associated with the virtual network.

This property is read-only.

Syntax

HRESULT get_Security(
  [out] IVMSecurity **outSecurity
);

VB
VMVirtualNetwork.Security( _
  ByRef outSecurity _
)

Property value

The VMSecurity object which defines the security attributes of the virtual network.

This property value is read-only.

Error codes

Name Meaning
S_OK
The operation was successful.
E_POINTER
The parameter outSecurity is NULL.
E_OUTOFMEMORY
Could not allocate memory for the security descriptor.
DISP_E_EXCEPTION
An unexpected error occurred.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VsComInterfaces.h

See also

IVMVirtualNetwork