LocalResource::op_Assignment Method

Copies values from another instance of LocalResource.

Syntax

public:
LocalResource& op_Assignment(
         const LocalResource &rhs
)  

Parameters

rhs
Type: LocalResource 

The resource from which to copy values.

Return value

Type: LocalResource 

The updated LocalResource.

Requirements

Header: Declared in ServiceDefinition.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

LocalResource

LocalResource Members