Uri Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the URI for the rule that this SrgsRuleRef object references.

Namespace:  Microsoft.Speech.Recognition.SrgsGrammar
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Uri As Uri
	Get
Visual Basic (Usage)
Dim instance As SrgsRuleRef
Dim value As Uri

value = instance.Uri
C#
public Uri Uri { get; }

Property Value

Type: System..::..Uri

The location of the rule to reference.

See Also