---
title: "Gets the specified Service Fabric property."
method: GET
path: "/Names/{nameId}/$/GetProperty"
tags: ["Property Management"]
---

# Gets the specified Service Fabric property.

`GET /Names/{nameId}/$/GetProperty`

Gets the specified Service Fabric property under a given name. This will always return both value and metadata.

## Path parameters

- `nameId` string, required

## Query parameters

- `api-version` '6.0', required
- `PropertyName` string, required
- `timeout` integer

## Response `200`

Details on the Service Fabric property.

- PropertyInfo — Information about a Service Fabric property.
  - `Name` string, required — The name of the Service Fabric property.
  - `Value` PropertyValue — Describes a Service Fabric property value.
    - `Kind` 'Invalid' | 'Binary' | 'Int64' | 'Double' | 'String' | 'Guid', required — The kind of property, determined by the type of data. Following are the possible values.
  - `Metadata` PropertyMetadata, required — The metadata associated with a property, including the property's name.
    - `TypeId` 'Invalid' | 'Binary' | 'Int64' | 'Double' | 'String' | 'Guid' — The kind of property, determined by the type of data. Following are the possible values.
    - `CustomTypeId` string — The property's custom type ID. Using this property, the user is able to tag the type of the value of the property.
    - `Parent` string — The Service Fabric name, including the 'fabric:' URI scheme.
    - `SizeInBytes` integer — The length of the serialized property value.
    - `LastModifiedUtcTimestamp` string, date-time — Represents when the Property was last modified. Only write operations will cause this field to be updated.
    - `SequenceNumber` string — The version of the property. Every time a property is modified, its sequence number is increased.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
