Click or drag to resize

HelperGetProperties Method (StringBuilder, DynamicProperty)

Read all properties of VM property include sub properties

Namespace:  VMInfoFace.Interface
Assembly:  VMInfoFace.Interface (in VMInfoFace.Interface.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
internal static void GetProperties(
	this StringBuilder pText,
	DynamicProperty pObject
)

Parameters

pText
Type: System.TextStringBuilder
Protocol object for properties and his values
pObject
Type: DynamicProperty
Object to reads property and his value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also