'Declaration
<DataMemberAttribute()> <ObsoleteAttribute("It is strongly recommended to use the ApplicationName and other properties instead.")> Public Property InstanceCertificateSubject As String
'Usage
Dim instance As UAApplicationManifest Dim value As String instance.InstanceCertificateSubject = value value = instance.InstanceCertificateSubject
[DataMember()] [Obsolete("It is strongly recommended to use the ApplicationName and other properties instead.")] public string InstanceCertificateSubject {get; set;}
[DataMember()] [Obsolete("It is strongly recommended to use the ApplicationName and other properties instead.")] public: property String^ InstanceCertificateSubject { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.