ManagementPackCubeSubstitutionType.MeasureGroupName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the measure group name for the current object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackCubeSubstitutionType
Dim value As String

value = instance.MeasureGroupName

instance.MeasureGroupName = value

Syntax

'Declaration
<FieldMappingAttribute("MeasureGroupName")> _
Public Property MeasureGroupName As String
[FieldMappingAttribute("MeasureGroupName")] 
public string MeasureGroupName { get; set; }
[FieldMappingAttribute(L"MeasureGroupName")] 
public:
property String^ MeasureGroupName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_MeasureGroupName ()

/** @property */
public void set_MeasureGroupName (String value)
public function get MeasureGroupName () : String

public function set MeasureGroupName (value : String)

Property Value

The measure group name for the current object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackCubeSubstitutionType Class
ManagementPackCubeSubstitutionType Members
Microsoft.EnterpriseManagement.Configuration Namespace