[ConnectionStringParameterAttribute]
[DefaultValueAttribute("IAM!{0}")]
public virtual string ParentDeviceAcronymTemplate { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute("IAM!{0}")>
Public Overridable Property ParentDeviceAcronymTemplate As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(L"IAM!{0}")]
virtual property String^ ParentDeviceAcronymTemplate {
String^ get ();
void set (String^ value);
}
function get_ParentDeviceAcronymTemplate();
function set_ParentDeviceAcronymTemplate(value);