In This Topic
The version of the feature that is installed.
Syntax
'Declaration
Public Property FeatureVersion As String
public string FeatureVersion {get; set;}
public:
property String^ FeatureVersion {
String^ get();
void set ( String^ value);
}
See Also