The layout to which the object belongs.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getLayout() As String
C#
public string getLayout()
C++
public:
 String getLayout() sealed 
J#
public string getLayout()
JScript
public  function getLayout() : String

Remarks

The empty string is returned if no layout is defined for this object.

See Also