Class CfnComponentType.PropertyGroupProperty
The property group.
Inheritance
System.Object
    CfnComponentType.PropertyGroupProperty
  Implements
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.AWS.IoTTwinMaker.dll
Syntax (csharp)
public class PropertyGroupProperty : Object, CfnComponentType.IPropertyGroupPropertySyntax (vb)
Public Class PropertyGroupProperty
    Inherits Object
    Implements CfnComponentType.IPropertyGroupPropertyRemarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTTwinMaker;
var propertyGroupProperty = new PropertyGroupProperty {
    GroupType = "groupType",
    PropertyNames = new [] { "propertyNames" }
};Synopsis
Constructors
| PropertyGroupProperty() | 
Properties
| GroupType | The group type. | 
| PropertyNames | The property names. | 
Constructors
PropertyGroupProperty()
public PropertyGroupProperty()Properties
GroupType
The group type.
public string GroupType { get; set; }Property Value
System.String
Remarks
PropertyNames
The property names.
public string[] PropertyNames { get; set; }Property Value
System.String[]