PsApiManagementApiSchema.SchemaDocument Property

Definition

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Schema Document", ScriptBlock="if (($_.schemaDocument -ne $null) -and ($_.schemaDocument.Length -gt 40)) { $_.schemaDocument.Substring(0, 40) + "...." } elseif ($_.schemaDocument -ne $null) { $_.schemaDocument } else { $null }", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public string SchemaDocument { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Schema Document", ScriptBlock="if (($_.schemaDocument -ne $null) -and ($_.schemaDocument.Length -gt 40)) { $_.schemaDocument.Substring(0, 40) + "...." } elseif ($_.schemaDocument -ne $null) { $_.schemaDocument } else { $null }", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
member this.SchemaDocument : string with get, set
Public Property SchemaDocument As String

Property Value

Attributes

Applies to