ServiceModuleInfo.VersionRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the versions of the service or the version expected by the client.
public:
property System::String ^ VersionRange { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="versionRange")]
public string VersionRange { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=false, Name="versionRange")]
public string? VersionRange { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Name="versionRange")>]
member this.VersionRange : string with get, set
Public Property VersionRange As String
Property Value
- Attributes