This topic has not yet been rated - Rate this topic

Resource.RemoveProperty method

Removes a private property from the resource instance.

Syntax

Resource.RemoveProperty( _
  ByVal strName _
)

Parameters

strName

String specifying the name of the private property to remove.

Return value

This method has no return values.

Remarks

To access the value of any private property, use Resource.<Name of private property>.

Examples

See the Scripted Resource Example.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2003 Datacenter, Windows Server 2003 Enterprise [desktop apps only]

See also

Resource

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.