IMailClusterEntity.FriendlyName 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.
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="friendlyName")]
public string FriendlyName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="friendlyName")>]
member this.FriendlyName : string
Public ReadOnly Property FriendlyName As String
Property Value
- Attributes