ViewResponseGloballyUniqueId Property  | 
 
            The globally unique identifier of the View
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic string GloballyUniqueId { get; set; }Public Property GloballyUniqueId As String
	Get
	Set
public:
property String^ GloballyUniqueId {
	String^ get ();
	void set (String^ value);
}member GloballyUniqueId : string with get, set
Property Value
Type: 
String
See Also