LazyStringValueOptions
Options for creating a lazy string token.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new LazyStringValueOptions {
string DisplayHint = null
};
Properties
| Name | Type | Description |
|---|---|---|
DisplayHint |
string |
Use the given name as a display hint. |
DisplayHintOptional
public string DisplayHint { get; set; }
- Type: string
- Default: No hint
Use the given name as a display hint.